Revision: archway--archv-gui--0--patch-16
Archive: uebergeek@web.de--2003
Creator: Enno Cramer <uebergeek@web.de>
Date: Wed Oct 20 00:18:03 CEST 2004
Standard-date: 2004-10-19 22:18:03 GMT
New-files: perllib/ArchWay/MainWindow/.arch-ids/RevisionBase.pm.id
    perllib/ArchWay/MainWindow/RevisionBase.pm
Modified-files: perllib/ArchWay/MainWindow/Archive.pm
    perllib/ArchWay/Widget/Revisions.pm
New-patches: uebergeek@web.de--2003/archway--archv-gui--0--patch-16
Summary: make revision actions available to other uis
Keywords: 

This patch moves revision actions (get/view cset, view log, get
tree) into a separate class to allow easy integration into other
UIs.

To support this move the revisions widget stores needs to know the
fully qualified revision names. ->add_rev_bunch and ->add_revisions
therefore take an additional version parameter.
->get_selected_revision returns the fully qualified revision name.
